* src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): Use
authorChong Yidong <cyd@stupidchicken.com>
Tue, 23 Jun 2009 14:14:40 +0000 (14:14 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 23 Jun 2009 14:14:40 +0000 (14:14 +0000)
commit63e41b145511bdb275547dc1f6f45ff15705ed1d
tree3775069097bf2b89e259bf7144344468d4b2adc4
parent09fa34167ae6ac3abe550ca27349b31dc1498847
* src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): Use
xmalloc and xrealloc (not malloc and realloc), so subsequent heap
pointer dereferences are guaranteed to be valid.
src/ChangeLog
src/ftfont.c